Compute the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the exponential distribution.
d_exp(alpha)
d_exp gives the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the exponential distribution.
The strictly positive scale parameter of the exponential distribution (\(\alpha > 0\)).
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
The following is the probability density function of the exponential distribution: $$ f(x)=\alpha e^{-\alpha x}, $$ where \(x > 0\) and \(\alpha > 0\).
Balakrishnan, K. (2019). Exponential distribution: theory, methods and applications. Routledge.
Singh, A. K. (1997). The exponential distribution-theory, methods and applications, Technometrics, 39(3), 341-341.
d_wei, d_EE